home *** CD-ROM | disk | FTP | other *** search
/ Almathera Ten Pack 3: CDPD 3 / Almathera Ten on Ten - Disc 3: CDPD3.iso / scope / 051-075 / scopedisk66 / rexxarp22 / rexx / alter.txed < prev    next >
Text File  |  1995-03-19  |  137b  |  12 lines

  1. /** alter.txed
  2. *
  3. *   Function to go with alter.rexx
  4. *
  5. **/
  6. ss = getenv('Search')
  7. rs = getenv('Replace')
  8.  
  9. change 1 '"'ss'"' '"'rs'"'
  10.  
  11. exit
  12.